Command: $INPUT
Synopsis: $INPUT X
Function: Waits for the user of the door to input some text, giving them X number of spaces in which to enter it. X is an integer.

Results:
IF rc=-1 then a string of zero length was entered.
IF rc>-1 then it returns the string that the user entered.